Welcome to your new template! :)
Made by Nata from Kinku (https://kuroi-inku.aniyu.net)

=============================================

This is a clean, simple starter template that is super easy to edit.
You don't need to know complex code to make it your own!

---------------------------------------------
HOW TO EDIT
---------------------------------------------

1. CHANGING THE WEBSITE NAMES (HEADER)
   - Open 'header.php'.
   - Browser Tab Title: Search for <title>Kinku - Template #1</title> and change the text.
   - Navigation Name: Search for <a class="brand"...> and change "Website Name".
   - Big Header Title: Scroll down to the bottom and find <h1 class="header-title">.

2. CHANGING THE CONTENT (TEXT)
   - Open 'index.php' to edit the Homepage text.
   - Open 'examples.php' to see and copy different box layouts.
   - You can just type your text inside the HTML tags (like <p>Your Text</p>).

3. CHANGING THE HEADER (NAVIGATION)
   - Open 'header.php'.
   - Scroll down to the Navigation section.
   - Standard Link: Copy a line starting with <li>.
   - Dropdown Menu: I've added a special block marked with "Copy this for a dropdown menu". 
     Just copy that whole block to create a new dropdown!
   - You don't need to touch PHP or JS for the "Active" link color, it happens automatically.

4. CHANGING THE FOOTER
   - Open 'footer.php'.
   - Type your name in the copyright section.
   - Add or remove links (like Privacy or Terms) in the link section.
   - You can remove my credit link if you want to, feel free to put it somewhere else.

5. CHANGING COLORS & FONTS
   - Open 'style.css'.
   - At the very top, you will see a list of colors (like --accent, --text).
   - Change the hex codes (e.g., #ff0000) to whatever colors you like!
   - Paste a Google Font name in the "--font-main" section to change the font.

---------------------------------------------
FILES IN THIS FOLDER
---------------------------------------------

- index.php      -> Your main Home page.
- examples.php   -> A cheat-sheet of layout examples you can copy.
- header.php     -> Using this File, you can change the top Menu for EVERY page at once.
- footer.php     -> Using this File, you can change the bottom Footer for EVERY page at once.
- style.css      -> Controls how everything looks (colors, spacing, fonts).
- script.js      -> Handles the mobile menu and active link highlighting (no need to touch this!).
- dark.css       -> Optional colors for the dark mode theme.

---------------------------------------------
ICONS
---------------------------------------------

This template uses Font Awesome for icons.
You can find thousands of free icons here: https://fontawesome.com/search?o=r&m=free

=============================================

Have fun building your website!
